Skip to main content
This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal

Notes/Domino 6 and 7 Forum

Notes/Domino 6 and 7 Forum


  

PreviousPrevious NextNext

RE: Archive database needs a new profile doc
~Hal Fezresaterynds 17.Jul.03 06:53 PM a Web browser
Notes Client 6.0 Windows 98


Please excuse the lateness of my reply.

Sub Initialize
Dim session As New NotesSession

If Not Left$( session.NotesVersion, 9 ) = "Release 6" Then
Msgbox |This fixup is only for clients running version 6 of Lotus Notes|, 48, |Not Notes Release 6|
Exit Sub
End If

Dim db As NotesDatabase
Set db = session.CurrentDatabase
Dim prof As NotesDocument
Set prof = db.GetProfileDocument( "archive profile" )
If prof.ArchivePath(0) = "" Then
Msgbox |Your archive database is not defined.
Processing cannot continue.|, 16, |Mail Archive Database Not Defined|
Exit Sub
End If

Dim dbarch As New NotesDatabase( prof.ArchiveServer(0), prof.ArchivePath(0))
If Not dbarch.IsOpen Then
Msgbox |Can't find your archive database "| & prof.ArchivePath(0) & |"|, 16, |Mail Archive Database Not Found|
Exit Sub
End If

Set prof = dbarch.GetProfileDocument( "archive database profile" )
If Not prof Is Nothing Then
Call prof.Remove( True )
End If
Msgbox |Fixup process completed without errors.|, 64, |Process Complete|
End Sub




ERROR: Archive database format erro... (~Keiko Zenjipyv... 28.Oct.02)
. . Same problem here (~Anita Quetrete... 28.Oct.02)
. . . . Two fixes (~Tate Eljumiter... 2.Nov.02)
. . RE: ERROR: Archive database format ... (~Manny Preresab... 2.Nov.02)
. . Archive database needs a new profil... (~Hal Fezresater... 5.Nov.02)
. . . . RE: Archive database needs a new pr... (~Manny Desamani... 6.Nov.02)
. . . . . . RE: Archive database needs a new pr... (~Hal Fezresater... 7.Nov.02)
. . . . . . . . RE: Archive database needs a new pr... (~Manny Desamani... 26.Nov.02)
. . . . . . . . . . RE: Archive database needs a new pr... (~Hal Fezresater... 27.Nov.02)
. . . . . . . . RE: Archive database needs a new pr... (~Hal Opkrobergl... 28.Jan.03)
. . . . . . . . RE: Archive database needs a new pr... (~Yentl Bubfanas... 7.Jan.03)
. . . . . . . . . . RE: Archive database needs a new pr... (~Hal Fezresater... 17.Jul.03)
. . . . . . . . RE: Archive database needs a new pr... (~Naomi Prekilyy... 16.Jul.03)
. . . . Deleting the profile in the Archive... (~Anita Quetrete... 19.Nov.02)
. . . . . . RE: Deleting the profile in the Arc... (~Arnold Retooko... 31.Jan.03)
. . . . RE: Archive database needs a new pr... (~Denise Elrevit... 21.Nov.03)


Document Options






  Document options
Print this pagePrint this page

Search this forum

Forum views and search


  Forum views and search
Date (threaded)
Date (flat)
With excerpt
Category
Platform
Release
Advanced search

Member Tools


RSS Feeds

 RSS feedsRSS
All forum posts RSS
All main topics RSS